/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    inlet
    {
        type            patch;
        nFaces          200;
        startFace       71620;
    }
    outlet
    {
        type            patch;
        nFaces          200;
        startFace       71820;
    }
    bottom
    {
        type            symmetryPlane;
        nFaces          80;
        startFace       72020;
    }
    top
    {
        type            patch;
        nFaces          180;
        startFace       72100;
    }
    obstacle
    {
        type            wall;
        nFaces          100;
        startFace       72280;
    }
    defaultFaces
    {
        type            empty;
        nFaces          72000;
        startFace       72380;
    }
)

// ************************************************************************* //
